From: Andreas Schwab Date: Mon, 1 Dec 2003 00:36:50 +0000 (+0000) Subject: (powerpc-apple-darwin*): Use ${CC} instead of X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~24845 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=cc8180b0444fe531e5e4dd1b98fd8134e0538fba;p=emacs.git (powerpc-apple-darwin*): Use ${CC} instead of hardcoding gcc. --- diff --git a/configure.in b/configure.in index 8a4dd5b6e86..dc3a8353d0c 100644 --- a/configure.in +++ b/configure.in @@ -1134,7 +1134,7 @@ dnl see the `changequote' comment above. powerpc-apple-darwin* ) machine=powermac opsys=darwin # Define CPP as follows to make autoconf work correctly. - CPP="gcc -E -no-cpp-precomp" + CPP="${CC} -E -no-cpp-precomp" ;; ## AMD x86-64 Linux-based GNU system